gtkselectioninputstream-x11: Do not add unreffed bytes to the chunks queue
authorMarco Trevisan (Treviño) <mail@3v1n0.net>
Tue, 30 May 2023 15:43:57 +0000 (17:43 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 5 Jun 2023 12:01:30 +0000 (08:01 -0400)
commit25f8793a35891a5b95002212ac818bf2fe4f0231
tree46e77ca5d8996868b4e9a8475e7f041c0a354037
parentf02b739f4c47d1536f55bad7532b08e8f42108ef
gtkselectioninputstream-x11: Do not add unreffed bytes to the chunks queue

This should never happen, but we may exit the loop because of count value
with an unreffed bytes pointer being added back to the chunks queue.
gdk/x11/gdkselectioninputstream-x11.c